ButtonElement Constructor(Style,Object[])
In This Topic
Initializes a new
ButtonElement with specified style and content.
Syntax
'Declaration
Public Function New( _
ByVal As Style, _
ByVal ParamArray () As Object _
)
public ButtonElement(
Style ,
params object[]
)
Parameters
- style
- The Style object to use.
- content
- An System.Array of objects to display as content.
See Also